@charset "utf-8";

.floatBox {
    z-index: 999;
    position: fixed;
    margin-top: -120px;
    width: 60px;
    height: 240px;
    top: 50%;
    right: 30px;
}
.floatUl{
padding-left: 25px;
    width: auto;
    display: inline-block;
    background: none transparent scroll repeat 0 0;
    float: none;
    height: auto;
}
.floatList {
    position: relative;
}

.floatList:hover .floatImg{display:block}

.floatImg {
    position: absolute;
    width: 130px;
    display: none;
    height: 130px;
    top: 0;
    right: 61px;
}
.floatList1 {
    width: 60px!important;
    display: block;
    margin-bottom: 1px;
	background-repeat: no-repeat;
    background: url(../images/33.jpg);
    height: 60px;
	
}
.floatList2 {
    width: 60px!important;
    display: block;
    margin-bottom: 1px;
    background: url(../images/34.jpg) no-repeat;
    height: 60px;
}
.floatList3 {
    width: 60px!important;
    display: block;
    margin-bottom: 1px;
    background: url(../images/38.gif) no-repeat;
    height: 60px;
}
.floatList4 {
    width: 60px!important;
    display: block;
    margin-bottom: 1px;
    background: url(../images/36.jpg) no-repeat;
    height: 60px;
}
.floatList5 {
    width: 60px!important;
    display: block;
    background: url(../images/37.jpg) no-repeat;
    height: 60px;
}
